home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / fdmsrrc.igz / fdmsrrc.img / LIB / Ndis / NE2000.CAB / autorun.bat next >
DOS Batch File  |  2002-03-27  |  441b  |  23 lines

  1. @echo off
  2. rem skip wbat box ?
  3. if "%p_int%" == "" goto _prompt
  4. if "%p_port%" == "" goto prompt
  5. goto _skip
  6. :_prompt
  7. set p_int=10
  8. set p_port=0x300
  9. call w.bat box @%ramdrv%\net\autorun.bat:w_ne2000
  10. :_skip
  11. echo Interrupt=%p_int% >> %ramdrv%\net\%pci0%.ini
  12. echo IOBase=%p_port% >> %ramdrv%\net\%pci0%.ini
  13. rem
  14. goto _end
  15. :w_ne2000 " NE2000 settings "
  16.  
  17.  Interrupt : [$ p_int,2]
  18.  I/O port  : [$ p_port,5]
  19.  
  20.        [ OK ]
  21. ::
  22. :_end
  23.